home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d10
/
vmsys2.arc
/
VBACKUP.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-01-07
|
665b
|
21 lines
echo off
cls
echo.
echo This batch file VBACKUP.BAT file will compress the data files
echo using the PKZIP program distributed by PKWARE. You must have
echo access to PKZIP and PKUNZIP or you must modify this batch file
echo in order to backup your data files.
pause
echo.
echo Archiving Vehicle Management Database files ... standby
pkzip -es -a vmsys.zip vmsys.dt vmsys.hdr vmsys.nx0 repair.dt repair.nx0
pkzip -es -a vmsys.zip repair.nx1 miles.dt miles.nx0 gas.dt gas.nx0
echo.
echo.
echo Place Formatted floppy in drive A and
pause
echo Copying VMSYS.ZIP to Drive A
copy vmsys.zip a:
echo.
echo Label the floppy and store in a safe place